home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fritz: All Fritz
/
All Fritz.zip
/
All Fritz
/
FILES
/
PROGNG_C
/
MRUTC.LZH
/
FAST.C
< prev
next >
Wrap
Text File
|
1988-01-19
|
92b
|
10 lines
/* ------- fast.c ------- */
void fasttest(void);
void main()
{
fasttest();
}